home *** CD-ROM | disk | FTP | other *** search
- Path: sed.psrw.com!psinntp!psinntp!psinntp!psinntp!usenet
- From: grantp@usa.pipeline.com(Pete Grant)
- Newsgroups: comp.lang.c++
- Subject: Re: (no subject)
- Date: 11 Apr 1996 01:01:25 GMT
- Organization: Kalevi, Inc.
- Message-ID: <4khll5$q84@news1.h1.usa.pipeline.com>
- References: <4kg7tk$2kl@elektron.et.tudelft.nl>
- NNTP-Posting-Host: 38.8.120.15
- X-PipeUser: grantp
- X-PipeHub: usa.pipeline.com
- X-PipeGCOS: (Pete Grant)
- X-Newsreader: Pipeline v3.5.0
-
- On Apr 10, 1996 12:00:52 in article <(no subject)>, 'Frank Schoondermark
- <mb632@hi.ft.hse.nl>' wrote:
-
-
- >I'm currently programming in Turbo C++ v3.00.
- >I've converted some self-made procedures (TASM and TLIB) into a library.
- >I have changed the Libraries directories (Options/Directories...) to the
- >directory of my .LIB file. But, still, Turbo C++ isn't able to find my
- >procedure (Yes, I'm using extern "C" name(etc.)).
- >Please reply if you know how to do it.
- >
- Without seeing your code, it's not possible to know what the
- problem is, however, there's a couple of possibilities:
-
- 1. Are you using the /xm option with TASM to retain case
- sensitivity?
-
- 2. Are you prepending your exported symbols with an
- underscore?
-
- --
- Pete Grant
- Kalevi, Inc.
- Software Engineering & development
-